Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the SavePasswordCallback.

Constructors

Link copied to clipboard
public void SavePasswordCallback.Action(Consumer<SavePassword.Response> consumer)

Functions

Link copied to clipboard
public void ignore()
Tells the browser to ignore credentials saving.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.
Link copied to clipboard
public void neverSave()
Tells the browser that password forms on this URL should be blacklisted (marked as "never-saved") and SavePasswordCallback should not be invoked in the future.
Link copied to clipboard
public void save()
Tells the browser to save credentials in the store.